Welcome![Sign In][Sign Up]
Location:
Search - uml java

Search list

[Software Engineeringbiyesheji3

Description: 企业内部的很多业务都可以抽象为一个或者若干个工作流,最典型的是收发文工作流。一个发文流程可能要经历起草,审批,校对,领导签字,传阅等步骤。传统的办公模式完成此流程需要投入很多人力,而且运转起来较慢,容易出错,如果采用办公自动化系统,公文的流转就可以自动化,显然有很多好处。 UML(Unified Modeling Language)是一种面向对象的建模语言,它已经广泛用于面向对象系统的分析和设计。统一过程(Unified Process)是一种软件工程方法,它将软件开发过程分为一系列的工作流程(Workflow),充分发挥了迭代的开发思想,是软件开发成功的重要因素。 Struts是基于JAVA的一个开源项目,采用模块化的设计思想将业务逻辑,数据存储和用户界面分离,简化了企业级应用程序的构建。 本文描述了葫芦岛锌厂的办公自动化系统的开发过程,依据统一过程的开发思想,利用UML构建和描述系统的结构与行为,并用Struts完成了系统的最终实现。 -enterprises within the many businesses that can be abstract or for a number of work-flow, The most typical is the text Transceivers work flow. An outgoing message flow may experience drafting, examination, proofreading, leading signature, circulation and other steps. The traditional mode of office to complete this process requires a lot of manpower and operating it slow, prone to error, If the use of office automation systems, document, the transfer can be automated, obviously has many advantages. UML (Unified Modeling Language) is an object-oriented modeling language It has been widely applied to object-oriented system analysis and design. Unified Process (Unified Process) is a software engineering approach, It will software development process is divided into a series of workflows (Workf
Platform: | Size: 874496 | Author: 张宏 | Hits:

[VC/MFCbiyesheji4

Description: 随着计算机技术和网络技术的发展,在线教育平台为校园网的数字化提供了技术支持。它能够有效地将信息技术融入教学的环境当中,从而推动的传统教育的改革。 Struts是Apache软件组织提供的一项开放源代码项目,它为Java Web的开发提供了模型-视图-控制器(Model-View-Controller, MVC)框架,尤其适用于开发大型可扩展的Web应用,并且为其提供了一个通用的框架,使得开发人员可以把精力集中在如何解决实际业务问题上,比较适合大型团队开发。 UML(Unified Modeling Language)是一种可视化的建模语言,功能强大,易于使用,便于开发人员之间的沟通。它已经广泛用于面向对象系统的分析、设计和实现。RUP(Rational Unified Process)是一种软件工程方法,描述了软件迭代的开发过程。 本文描述了在线教育平台的开发过程,遵循RUP的思想,利用UML对系统进行需求、分析和设计,并通过使用Struts框架对系统进行实现。 -with computer and network technology development, online education platform for the digital campus network providing technical support. It found to be effective in information technology into the teaching environment, thereby promoting the traditional educational reform. Apache Struts software is provided by an open source project, Java Web it provided for the development of the model-view-controller (Model-View-Cont roller, MVC) framework, especially in the development of large scalable Web application, and provide a common framework, allows developers can concentrate its energy on how to solve actual business problems and are more suitable for large-scale development team. UML (Unified Modeling Language) is a visual modeling language, Powerful, easy-to-use, ease of development of communi
Platform: | Size: 891904 | Author: 张宏 | Hits:

[BooksJbuilder_X_Manual

Description: 《Jbuilder X 实用技术手册》 本书由Borland公司技术团队精心编写,内容包括:JBuilder集成开发环境的全面介绍;JBuilder工程管理方式;JBuilder的高级选项设置;建构与运行程序;高效率的程序调试技巧;图形界面应用及菜单设计;利用JBuilder建立事件处理模型;JBuilder与UML;Ant的集成应用;对BeansExpress的深入探讨;Java应用程序的部署;Web Module与WAR文件的使用;Java Applet;Servlet与JavaServer Page的开发;程序代码的重构;单元测试以及Javadoc说明文件的撰写。 阅读本书,读者将学习到如何利用JBuilder开发高效率的Java应用程序。对于广大JBuilder开发人员来说,这是一本不可或缺的参考书籍。-"Jbuilder X practical technical manuals," the book by the company's technology team Borland elaborated write, including : JBuilder integrated development environment comprehensive presentation; JBuilder project management; JBuilder senior directives; Construction and operation procedures; highly efficient procedure debugging skills; GUI applications and menu design; establish the use of JBuilder incident model; JBuilder and UML; Ant integrated applications; BeansExpress the right to explore in depth; Java application deployment; WAR Module and Web documents; Java Applet; Servlet and JavaServer Page development; Reconstruction procedure code; Javadoc unit testing and documentation writing. Reading the book, readers will learn how to use high-efficiency JBuilder development of
Platform: | Size: 50298880 | Author: river_side | Hits:

[Software EngineeringATM

Description: 通过ATM取款机的建模,介绍UML建立模型的过程,以及用例图的设计.-ATM teller machines, through modeling, UML introduced the process of model building, as well as the use case diagram design.
Platform: | Size: 264192 | Author: xiao | Hits:

[JSP/Javaviolet-0.15

Description: 用java实现UML建模,由高手编写..适合有一定能力的java程序员学习-Using java to achieve UML modeling, prepared by the master .. suitable for a certain capacity to learn java programmer
Platform: | Size: 561152 | Author: 柳雨 | Hits:

[Software EngineeringdesignPartern

Description: 为能和大家能共同探讨"设计模式",我将自己在学习中的心得写下来,只是想帮助更多人更容易理解GoF的《设计模式》。由于原著都是以C++为例, 以Java为例的设计模式基本又都以图形应用为例,而我们更关心Java在中间件等服务器方面的应用,因此,本站所有实例都是非图形应用,并且顺带剖析Jive论坛系统.同时为降低理解难度,尽量避免使用UML图. -In order to explore and we can design mode , I will own experience in learning to write it down, but want to help more people more easily understand the GOF of the design model. As a result of the original are C++ As an example to the design of Java as an example the basic mode to graphics applications both as an example, and we are more concerned with the middleware such as Java application server, so all instances of this site are non- graphics applications, and analyze the Jive forum passing system. At the same time in order to reduce the difficulty of understanding, as far as possible avoid the use of UML diagram.
Platform: | Size: 149504 | Author: zengyh | Hits:

[ELanguageEssModel_source_22

Description: ESS-Model is a powerful, reverse engine, UML-tool for Delphi/Kylix and Java-files.
Platform: | Size: 199680 | Author: 陈云城 | Hits:

[JSP/Javamonopoly

Description: 用java做的简单的大富翁游戏。我们学uml时老师布置的一个学期作业。-Using java to do a simple game of Monopoly. We learn when teachers UML layout operation of a semester.
Platform: | Size: 665600 | Author: lai | Hits:

[Software EngineeringObjectOrienteAnalysisAndDesign(cn)

Description: 面向对象分析与设计(UML.2.0版)中文版 <<Object Oriente Analysis & Design(cn)>> 通过Java用例来介绍UML-Object-Oriented Analysis and Design (UML.2.0 version) Chinese version
Platform: | Size: 60699648 | Author: zhaogang | Hits:

[OtherObject-orientde_design_UML_practise

Description: 面向对象设计UML实践(书籍),作者Mark Priestley,UML里经典教材,中文版。-UML object-oriented design practice (books), author Mark Priestley, UML in classic textbooks, the Chinese version.
Platform: | Size: 8939520 | Author: xiawei | Hits:

[Education soft systemJ2EE

Description: 基于J2EE架构的在线考试系统的设计与实现 本论文实现了一个基于J2EE平台的在线考试系统设计方案,整合了XML技术,构造了基于J2EE企业Web体系结构的分布式系统,使其成为一个分布式的跨平台系统。同时借助Rose工具将UML语言和Web应用开发结合起来,进行可视化建模,利用UML的用例图、类图、时序图、合作图、组件图和部署图等,定义系统需求,描述系统设计,将Web页面、组件对象、数据表和数据库都作为类或对象,按照 真实世界的观点进行建模,依据软件工程学的观点制定设计开发步骤。本系统以J2EE体系结构为基础,充分利用JSP、JavaBean、Servlet、XML组件和三层模式的灵活性来简化开发过程,优化系统性能,从而提高了系统的开发价值。
Platform: | Size: 1073152 | Author: lan | Hits:

[JSP/Javaxueji

Description: J2EE高校学籍管理信息系统的设计及实现 本文中的学籍信息管理系统将 Mvc 以ModelViewControl) 模式和J2EE相结合,使界面与业务逻辑彻底分离,在系统架构中各司其职、互不干涉,具有较强的伸缩性、 通用性和可操作性。 文中用统一建模语言UML对系统进行详细分析,并给出了系统的具体设计, 包括系统结构设计、数据库 设计、信息安全访问设计等。 此外,本文还着重描述了系统实现过程中的一些关键技术, 包括在系统数据访问,实 现的 相关技术( 如 数据库连接池技术) 以 及加密技术等。 系统采用基于J ZE E 多层结构,各项应用均在We b上展开,通过We b方式完成用 户与系统的交互。浏览器层为用户提供可视化图形界面 We b服务层响应客户请求,为 客户提供所请求的数据 应用服务层进行应用逻辑计算,完成浏览器请求的相应的商业 计算和业务数据操作 数据库层存储、管理数据信息。采用多层结构的方式使得系统具 有很强的伸缩性、通用性、兼容性和可操作性,每一层能够专注于特定的角色和功能。 系统的实现中采用J a va 的加密技术完成用户信息的加密、 认证功能 采用数据库连接池 技术提高系统的数据库访问效率等。-err
Platform: | Size: 3168256 | Author: zhx | Hits:

[Software EngineeringAgile_Software_Development_Principles_Patterns_and

Description: 书名:< 敏捷软件开发:原则、模式与实践>> 2003年6月荣获美国《软件开发》第13届震憾(Jolt)大奖! 在本书中,享誉全球的软件开发专家和软件工程大师Robert C.Martin将向您展示如何解决软件开发人员、项目经理及软件项目领导们所面临的最棘手的问题。这本综合性、实用性的敏捷开发和极限编程方面的指南,是由敏捷开发的创始人之一所撰写的。 特色内容: ●讲述在预算和时间要求下,软件开发人员和项目经理如何使用敏捷开发完成项目。    ●使用真实案例讲解如何用极限编程来设计、测试、量构和结对编程   ●包含了极具价值的可多次使用的C++和JAVA源代码。   ●重点讲述了如何使用UML和设计模式解决面向客户系统-err
Platform: | Size: 18311168 | Author: 李金彦 | Hits:

[Education soft systemlibsystem

Description: 图书馆系统,使用了UML语言编写,包含各种例图。-Library system, using the UML language, including a variety of cases of Fig.
Platform: | Size: 504832 | Author: | Hits:

[JSPjavaanduml

Description: 这本书叫你将java与uml结合起来协同开发,uml主要教您学会如何根据需求进行设计,然后利用java进行开发-This book will tell you to java and UML combine the collaborative development, uml mainly teach you to learn how to design on demand, and then use java development
Platform: | Size: 8304640 | Author: fangfangpp | Hits:

[ERP-EIP-OA-Portalwuyeguanli

Description: 基于UML的小区物业管理系统设计:1.对小区所有房屋资料的录入和增,删,改,查询等功能的实现,这是一个小区管理的基础,小区管理都是基于该小区的房产资源而产生 2.对本小区内住户的详细资料的管理,包括增,删,改,查询等功能的实现,这也是物业管理产生的基础,物业管理都是相对该小区的所有住户而言的。3.各种物业统计报表-UML-based residential property management system design: 1. On all housing estate data entry and by adding, changing, query features such as the realization that this is the basis of a district management, district management are based on the residential real estate resources generated 2. for the district residents the details of the management, including by adding, changing, inquiries and other functions realize, this is also the basis of property management, property management is relative to the cell in terms of all households. 3. All kinds of property statistics
Platform: | Size: 313344 | Author: zxwrt | Hits:

[Software Engineering1

Description: 本文档结合UML语言介绍一个典型的企业进、销、存管理信息系统的软件开发过程。内容包括系统的需求分析、建模分析、文件结构分析、数据结构分析、项目创建与设置、基础信息模块的创建、进货模块的创建、库存模块的创建、销售模块的创建等,涉及Java语育、管理、会计方面的知识-This document combines UML language introduced into a typical business, marketing, management information system for keeping the software development process. Include systems analysis, modeling analysis, document structure analysis, data structure analysis, project creation and setup, basic information module creation, purchasing module to create, inventory module creation, creation of modules such as sales, involving Java language education , management, accounting knowledge
Platform: | Size: 3014656 | Author: 菜菜 | Hits:

[Software EngineeringUML_gaokai

Description: (1)入库管理 (2)入库退回管理 (3)领用出库管理 (4)领用出库管理 (5)物资报损 (6)物资盘点 (7)各领用单位物资耗用 (8)出入库汇总 (9)报损汇总 (10)耗用汇总 (11)物资库存情况 (12)各领用单位库存情况-(1) storage management (2) to return storage management (3) recipients of Treasury Management (4) the recipients of the Treasury Management (5) reported that loss of materials (6) material inventory (7) units of the encoded material consumption (8) Summary of the storage (9) reported that aggregate loss (10) consumption aggregate (11) material inventory (12) of the encoded unit inventory
Platform: | Size: 2191360 | Author: dhx | Hits:

[Books1e00656d-4c53-4fa2-a480-ed4a26983582

Description: J2EE 和 UML 开发 Java 企业级应用程序(普通下载)-J2EE and UML to develop enterprise-class Java applications (general download)
Platform: | Size: 7937024 | Author: pingogogo | Hits:

[JSP/Javadanganglxt

Description: 一套完整的档案管理系统,包括数据库、uml 设计图和完整的代码,很适合学习-A complete set of file management systems, including database, uml design and complete code, it is suitable for learning
Platform: | Size: 3850240 | Author: dhx | Hits:
« 1 2 3 45 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net